home *** CD-ROM | disk | FTP | other *** search
- /* This is an ARexx script for use with fMSX Amiga.
-
- $VER: slower.fmsx 2.2 (6.6.99)
-
- This script changes the interruptperiod and refreshcycle parameters
- so that fMSX runs a bit slower.
- */
-
- options results
-
- address FMSX.0
-
- interruptperiod
- interruptperiod result + 300
-
- refreshcycle
- refreshcycle result - 1
-